Add introspection annotation for gtk_builder_get_object
authorFlorian Müllner <fmuellner@src.gnome.org>
Thu, 25 Feb 2010 20:28:39 +0000 (21:28 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:56:28 +0000 (20:56 -0400)
gtk/gtkbuilder.c

index fab4bebaadfe9542c2dbe70cccca78273c159db2..9aafaad4135c481bc9dd76331a2e3e30dec27d5a 100644 (file)
@@ -857,8 +857,8 @@ gtk_builder_add_objects_from_string (GtkBuilder   *builder,
  * Gets the object named @name. Note that this function does not
  * increment the reference count of the returned object. 
  *
- * Return value: the object named @name or %NULL if it could not be 
- *    found in the object tree. 
+ * Return value: (transfer none): the object named @name or %NULL if
+ *    it could not be found in the object tree.
  *
  * Since: 2.12
  **/